# TODO: Add comment
# 
# Author: SSP24298
###############################################################################



#
# As march.Model is an abstract class, this code should never be called
#
march.model.name <- function(object){
	c("Model")
}